Cross-Site Request Forgery

on under Cross-Site Request Forgery CSRF
1 minute read
Return Home

10 Methods to Bypass Cross Site Request Forgery (CSRF)

There are several methods being used to protect web application attacks, the most common method is using Anti CSRF Tokens. In this post I will be presenting the techniques one should use to bypass when confronted with CSRF protection mechanism.

Defense: SameSite Flag

SameSite prevents the browser from sending this cookie along with cross-site requests.

Defense: SameSite cookies explained

Secure your site by learning how to explicitly mark your cross-site cookies.